runtime.stringStruct.str (field)

9 uses

	runtime (current package)
		alg.go#L90: 	return memhashFallback(x.str, h, uintptr(x.len))
		arena.go#L150: 		v = stringStructOf((*string)(e.data)).str
		cgocall.go#L675: 		if !cgoIsGoPointer(ss.str) {
		cgocall.go#L678: 		if !top && !isPinned(ss.str) {
		debuglog.go#L714: 			str: unsafe.Pointer(ptr),
		print.go#L19: 	rp.array = sp.str
		string.go#L277: 	str unsafe.Pointer
		string.go#L601: 	ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
		tracestring.go#L28: 	id, added := t.tab.put(ss.str, uintptr(ss.len))